Computes the Cholesky factorization of a positive-definite matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The matrix to factor. |
|
| logical, | intent(in), | optional | :: | upper |
An optional parameter to specifiy if the upper factorization should be computed (true); else, false for the lower factorization . The default is to compute the upper factorization. |
The factored matrix, either or .